home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / manual / Setup.Example1.doc < prev    next >
Encoding:
Text File  |  1995-03-01  |  6.4 KB  |  313 lines

  1.                                                      Date: March, 1. 1995
  2.  
  3.  
  4.  
  5.                           LogicBBS  v1.0 BETA
  6.                           <----------------->
  7.                              LITE VERSION
  8.  
  9.                       Copyright 1995 ParCon Software
  10.  
  11.  
  12.     System/node/door/library/AIM-XIM support programmed by Michael Pendec
  13.         Filechecker/Arexxdoor support programmed by Nicholas Clarke
  14.       All Testing was done by friends. Ideas supplied by various people.
  15.  
  16.  
  17.       Read "HowToOrder.doc", if you want to get the FINAL version.
  18. -----------------------------------------------------------------------------
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                             Setup example 1
  26. -----------------------------------------------------------------------------
  27.  
  28. This chapter will explain to you, a simple way of setting one node up to run.
  29.  
  30.  
  31.  
  32.  
  33. SUPPRESSTEXTSEARCH
  34. ;>Disable accesslevel tracing of text files (255,250,245,240,....)
  35.  
  36.  SUPPRESS_OKCANCELREQ
  37. ;>keep OK / CANCEL requesters enabled on this system.
  38.  
  39. BBS_LOCATION        BBS:
  40. ;>Set bbs system path, this is the MAIN path, and path will be appended to
  41. ;>all sub directories and files to be loaded.
  42.  
  43.  
  44. BBS_NAME        ParCon bbs
  45. ;>Name of our bbs
  46.  
  47. BBS_GEOGRAPHIC        Denmark
  48. ;>Location
  49.  
  50. PRIORITY        12
  51. ;>Lets keep the priorities high here. We want the server to have highest
  52. ;>priority, everything for our customers.
  53.  
  54.  
  55. LONG_WHO
  56. ;>Split nodes viewing, this is used when users online wants to view other
  57. ;>nodes on the system
  58.  
  59.  
  60. NODES            2
  61. ;>This system should start up with 2 nodes
  62.  
  63.  
  64. REALNODENUMBER        1
  65. ;>We want first node number to start with 1, you may select 0 as well.
  66.  
  67. NUMBER_CONFS        4
  68. ;>4 conferences is what we want to start up with.
  69.  
  70.  
  71. SHARECONFDATA
  72. ;>Do not use split upload/download ratio and other conference related
  73. ;>information.
  74.  
  75. RELATIVCONFS
  76. ;>Show first available to user as number one, and not the real conference
  77. ;>number
  78.  
  79.  ICONIFIED
  80. ;>We do not want the server to start in iconified mode
  81.  
  82.  
  83.  SERVERX            100
  84.  SERVERY            100
  85. ;>Lets just keep server X & Y coordinates at 0,0
  86.  
  87.  
  88. PUBLICSCREEN
  89. ;>Server will be put on the public (normally workbench) screen.
  90.  
  91.  
  92.  CENTERWINDOW
  93. ;>No need to place server centered on our workbench.
  94.  
  95.  
  96.  SCREENCOLORS        8
  97. ;>As the server is on our public screen, this is not needed.
  98.  
  99.  
  100.  NODESONLY
  101. ;>We want to view the full server window.
  102. ;>If you want server to show the nodes only, enable this command.
  103.  
  104.  
  105.  SPLITNODES
  106. ;>We prefer to view nodes, the old fasioned way with no lines between
  107. ;>the nodes.
  108.  
  109.  
  110. SYSOP            Michael Pendec
  111. ;>Our SysOp on the bbs
  112.  
  113. SYSOPACCLEVEL        300
  114. COSYSOPACCLEVEL        250
  115. NEWUSERACCLEVEL        5
  116. ;>I doubt these needs further explanation?
  117.  
  118.  
  119. SYSOP_PAGES        3
  120. ;>Lets keep the pagers at a low rate. I prefer bothering them
  121. ;>and not them bothering me.
  122.  
  123. OLM_PAGES        8
  124. ;>Users can send maximum 8 Online messages for one call.
  125.  
  126. LASTCALLERS        10
  127. ;>Last callers log, will be showing the last 10 users who was
  128. ;>on our system.
  129.  
  130. RINGDELAY        5
  131. ;>Delay between each RING received by the modem
  132.  
  133.  
  134. MIN_DISKSPACEFREE    1048576
  135. ;>I need one megabyte of free harddrive space for private use.
  136. ;>Upload will be disabled if space free is below 1 megabyte.
  137.  
  138. DISKCACHE        10000
  139. ;>Internal caching, used for several calls, such as internal filelistings
  140. ;> door.
  141.  
  142.  
  143. HYDRACACHE
  144. ;>Enable caching on hydra transfers
  145.  
  146. HYDRACACHEREAD        16384
  147. HYDRACACHEWRITE        16384
  148. ;>hydra cache buffers for reading/writing, during transfer.
  149.  
  150.  
  151. LOCALDEFCONNECT        CONNECT 14400/VFC/ARQ/V32
  152. ;>Let's make the bbs simulate a connect of 14.400 baud for our local calls.
  153.  
  154.  
  155.  
  156. DEBUGLOG*
  157. CALLERSLOG*
  158. UDLOG*
  159. ;>We want log files made for all activity on our nodes.
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  ScreenType setup
  167. ;*************************************************************************
  168.  
  169. NUMBER_SCREENTYPES    2
  170. ;>We have 2 screen text types available
  171.  
  172. NAMESCREENTYPE%1    ASCII
  173. EXT_SCREENTYPE%1    TXT
  174. NAMESCREENTYPE%2    ANSI
  175. EXT_SCREENTYPE%2    IBM
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  ComputerType setup
  185. ;*************************************************************************
  186.  
  187. NUMBER_COMPUTERTYPES    4
  188. ;>We expect that users own one of our 4 different computer types.
  189.  
  190.  
  191. NAMECOMTYPE%1        AMIGA
  192. NAMECOMTYPE%2        PC
  193. NAMECOMTYPE%3        Atari
  194. NAMECOMTYPE%4        Macintosh
  195.  
  196.  
  197.                                  Node 1 Setup 
  198. ;*************************************************************************
  199.  
  200. CARRIERWAIT*        60
  201. ;>both nodes will wait 60 seconds for a carrier 
  202.  
  203.  
  204. CHAT_ON%1
  205. ;>We want node 1 to have chat flag enabled.
  206.  
  207.  
  208. COLORS_NODE%1        16
  209. ;>node 1 will open its window in 16 colors
  210.  
  211.  
  212. CAPITOL_FILES*
  213. ;>all files uploaded on both nodes will be their filename set to uppercase.
  214.  
  215.  
  216. FONT_NODE%1        ibm
  217. ;>Node 1 will run with the ibm.font charset.
  218.  
  219. ICONIFYNODE*
  220. ;>Both nodes will be started in iconified mode.
  221. ;>So i can open their window when i need to.
  222.  
  223.  
  224.  
  225. INACTIVITYWAIT%1    300
  226. ;>If the user do not make any activities in 300 seconds, he will be
  227. ;>disconnected.
  228.  
  229.  
  230. NAME_PROMPT%1        Enter Name >: 
  231. ;>Login prompt for node 1
  232.  
  233.  
  234.  
  235. NO_MCI_MSG%1
  236. ;>Disable MCI messages on node 1
  237.  
  238.  
  239. OWNSCREEN_NODE*
  240. ;>Both nodes starts will open their own screen.
  241.  
  242.  
  243. PRIORITY_NODE*        8
  244. ;>Node priority is 8 for both nodes.
  245.  
  246.  
  247. PWHIDDENCHAR%1        *
  248. ;>When user enters a password or anything needed to be hidden, this
  249. ;>is the character used to hide input.
  250.  
  251. RINGCOUNT*        1
  252. ;>Node will acceppt the call after 1 ring.
  253.  
  254.  
  255. SYSTEMPASSWORD%1    YES
  256. ;>We got a private system, so lets have a system password.
  257. ;>So unwanted calls are disconnected.
  258.  
  259.  
  260. USER_CHAT_COLOR*    1
  261. SYSOP_CHAT_COLOR*    2
  262. ;>User and sysop ansi chat color number.
  263.  
  264. GUESTNAME%1        GUEST
  265. ;>We want to enable the GUEST login option, so users which want to visit
  266. ;>system can write this name, and they will bypass the password prompt.
  267.  
  268. USERNUMBER_LOGIN%1
  269. ;>Users can login on node 1 with their user number.
  270.  
  271.  
  272. ANSI_COLOR_NODE%1
  273. ;>We want the node 1 screen to use ANSI colors.
  274.  
  275.  
  276. LOCALNODE%2
  277. ;>Node 2 will be our local node.
  278. ;>And then we don't need to setup the serial driver for this node.
  279.  
  280.  
  281.  serial driver setup node 1
  282. ****************************
  283.  
  284. SERIAL_DRIVER%1        serial.device        ;Note: LOWER-CASE!!!
  285. ;>We want node 1 to use the internal serial port for node 1.
  286.  
  287. SERIAL_UNIT%1        0
  288. ;> internal serial port is UNIT 0.
  289.  
  290. SERIAL_BAUD%1        38400
  291. ;> initialize port at 38400 baud.
  292.  
  293. SERIAL_BUFFER%1        16384
  294. ;> use 16K of serial buffers
  295.  
  296. MODEM_RESET%1        ATV1E0S0=0S7=255
  297. ;> Our initialize string for setting up modem for prober use.
  298.  
  299. MODEM_INIT%1        ATS0=0
  300. ;> Init string set at each node reset.
  301.  
  302. MODEM_ANSWER%1        ATA
  303. ;> AT command to use for answering a call.
  304.  
  305. MODEM_RING%1        RING
  306. ;> String modem returns when a call is detected.
  307.  
  308. MODEM_OFFHOOK%1        ATM0H1
  309. ;> String to send to modem when we disconnect user.
  310.  
  311. CONNECT_ID%1        CONNECT
  312. ;> String modem sends when it receives a carrier.
  313.